home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / IRC client Source / ChangeLog next >
Encoding:
Text File  |  1993-07-22  |  2.9 KB  |  94 lines  |  [TEXT/PJMM]

  1. {}
  2. { *** 1.3.5 19.7.93 RELEASED }
  3. { Fixed: yet more minor 2.8 incompatibilities }
  4. { Fixed stupid error leading to performance problems }
  5. { Improved: connection error handling (again), Cycle windows omits input line }
  6. { Added LIST exclusion arguments }
  7. { Updated docs }
  8. {}
  9. { *** 1.3.4 16.7.93 }
  10. { Fixed: MSG (again) and combo for 2.8 servers }
  11. {}
  12. { *** 1.3.3 7.7.93 }
  13. { Adapted and added numerics according to RFC 1459. Should now be RFC and 2.8 compliant. }
  14. {}
  15. { *** 1.3.2 25.6.93 }
  16. { Added \n to shortcuts (suggested by terra) }
  17. {}
  18. { *** 1.3.1 23.6.93 }
  19. { Fixed a serious bug that prevented MSG from working (and nobody had noticed it ;-) }
  20. {}
  21. { *** 1.3.0 5.6.93 }
  22. { Fixed: more NOTIFY and KICK confusions }
  23. { Improved: rejoin channels after server change, no notify when away }
  24. {}
  25. { *** 1.2.9 21.5.93 }
  26. { Fixed: Input line confusions }
  27. { Improved: Network interface cleaned up, JOIN channel -> JOIN #channel, }
  28. {  let commands be abbreviated }
  29. { Added SERVER command, CMDCHAR command }
  30. { Updated docs }
  31. {}
  32. { *** 1.2.8 17.5.93 }
  33. { Fixed: KICK confusion }
  34. { Improved: Network interface, should catch more errors; text selection }
  35. { Added some numerics, 2.8-compatible }
  36. {}
  37. { *** 1.2.7 30.4.93 }
  38. { Fixed: Sent message direction confusion }
  39. { Improved: Handling of unstable network connections, input line behaviour }
  40. {}
  41. { *** 1.2.6 3.2.93 RELEASED }
  42. { Fixed: Window zooming works now, added some numerics and diagnostic information, }
  43. { NOTIFY confusion }
  44. { Used new TCP Libraries and Peter's FTPd ISO conversion tables}
  45. {}
  46. { *** 1.2.5 24.2.93 }
  47. { Fixed: protocol error in TYPE, let TYPE abort on Cmd-.}
  48. { Improved: Memory congestion handler }
  49. { Updated documentation }
  50. {}
  51. { *** 1.2.3 2.2.93, 1.2.4 12.2.93 }
  52. { Fixed: several errors in new InputLine and IRCChannels }
  53. {}
  54. { *** 1.2.2 16.1.93 }
  55. { Improved: Input line uses TextEdit }
  56. { Updated copyright notices, minor fixes in NOTIFY }
  57. {}
  58. { *** 1.2.1 8.1.93 }
  59. { Improved: Selecting message window, 'distribution' compiler switch }
  60. {}
  61. { *** 1.2 29.12.92 }
  62. { Added: NOTIFY command }
  63. {}
  64. { *** 1.1.5 17.11.92 }
  65. { Improved: NAMES w/o argument like WHO, prefs file selection -> abort, BNDL ID 128, }
  66. { correct selection in prefs (suggestions by smurf) }
  67. {}
  68. { *** 1.1.4 10.11.92 RELEASED }
  69. { Updated documentation, etc. }
  70. { Added dragging of input window }
  71. {}
  72. { *** 1.1.2 7.11.92 }
  73. { Fixed: Connection close instability }
  74. { temp fix for zooming confusion by disabling zoom }
  75. { Added: Color icons, improved existing ones }
  76. {}
  77. { *** 1.1.1 4.11.92 }
  78. { Fixed: PART not closing window, WHO misinterpretation }
  79. {}
  80. { *** 1.1 27.10.92 }
  81. { Added: BROADCAST command }
  82. {}
  83. { *** 1.0.3 16.10.92 }
  84. { Fixed: CTCP ACTION misdirections, wrong case sensitivity in nick (PRIVMSG),}
  85. { bad op-kill ALRT resource }
  86. {}
  87. { *** 1.0.1 10.10.92 }
  88. { Fixed: wrong force-close of DCC CHAT, DCC SEND close instability, }
  89. { menu item not deleted on close query, NOTICE misdirections }
  90. {}
  91. unit dummz;
  92. interface
  93. implementation
  94. end.